Update Solutions/Okta Single Sign-On/Analytic Rules/UserSessionImpersonation.yaml#14137
Merged
v-atulyadav merged 4 commits intoAzure:masterfrom Apr 28, 2026
Merged
Update Solutions/Okta Single Sign-On/Analytic Rules/UserSessionImpersonation.yaml#14137v-atulyadav merged 4 commits intoAzure:masterfrom
v-atulyadav merged 4 commits intoAzure:masterfrom
Conversation
Update query with OktaSSO parser so that the OktaV2_CL table is considered
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Okta Single Sign-On analytic rule to use the OktaSSO parser so the detection continues to work with the newer Okta data connector that writes to OktaV2_CL.
Changes:
- Updated the KQL query source from
Okta_CLto theOktaSSOparser. - Bumped the rule version from
1.0.0to1.1.0.
Release v3.1.7: add packaged artifact and bump solution/template versions across mainTemplate.json and parser metadata. Update analytic/hunting/hunting playbook/workbook/parser descriptions and template version fields from 3.1.6 to 3.1.7, bump one analytic rule version to 1.1.0, and update data connector CCP version. Change the User Session Impersonation analytic query to use the OktaSSO table (to work with the OktaV2 parser) and adjust several entityMappings/customDetails formatting. Update playbook metadata lastUpdateTime and add an entry to ReleaseNotes.md documenting the parser/query change.
Introduce a SessionId variable in mainTemplate.json and a corresponding _SessionId mapping, replacing hard-coded "authenticationContext_externalSessionId_s" occurrences with the new variable. Also updates the packaged ZIP to include the template changes. This centralizes the session ID key for easier reuse and maintenance.
Remove the trailing comma after customDetails.SessionId to fix invalid JSON parsing in mainTemplate.json. Update the packaged 3.1.7.zip to include the corrected template.
v-maheshbh
approved these changes
Apr 28, 2026
v-atulyadav
approved these changes
Apr 28, 2026
Contributor
|
Hi @stephanwaelde Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update query with OktaSSO parser so that the OktaV2_CL table is considered
Required items, please complete
Change(s):
Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present: